home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 034a / msgd100.zip / MSGDOOR.CFG < prev    next >
Text File  |  1990-06-21  |  5KB  |  118 lines

  1. ;Door Control file
  2. ;-----------------
  3. ;
  4. ;Sysopfirst: Specifies the first name of the sysop as it will be shown to
  5. ;            the users.
  6. ;
  7. ;SysopLast:  Specifies the last name of the sysop as it will be shown to
  8. ;            the users.
  9. ;
  10. ;BBSName:    Specifies the name of the bbs as it will be shown to users.
  11. ;
  12. ;Mono:       Will disable color on the local side. (Necessary if you are
  13. ;            running a monochrome system)
  14. ;
  15. ;BBSType:    Specifies the type of bbs software under which this door program
  16. ;            will be run. Valid bbs types include:
  17. ;
  18. ;                     RBBS - Rbbs-Pc version 16.1+ (uses DORINFOx.DEF)
  19. ;                    QUICK - Quickbbs; Uses DORINFOx.DEF (same as above)
  20. ;                    PCB12 - Pcboard version 12 (note: see COMPORT note below)
  21. ;                     WWIV - WWIV bbs (uses chain.txt)
  22. ;                  PHOENIX - Phoenix bbs
  23. ;                  WILDCAT - Wildcat bbs
  24. ;                    PCB14 - Pcboard version 14 (not fully tested)
  25. ;
  26. ;ComPort:    For bbs types that do not have the com-port contained in their
  27. ;            door information files (such as PCBOARD-12), you will have to
  28. ;            specify the com-port. Simply put the port number (i.e. 1,2,etc)
  29. ;            not the whole word COM1.
  30. ;
  31. ;
  32. ;Quiet:      If specified, the door will strip out all ^G characters from
  33. ;            the local side.
  34. ;
  35. ;Status:     Specify "ON" if you wish the status line to appear at the bottom
  36. ;            of "OFF" if you wish it to be disabled.
  37. ;
  38. ;Statfore:   The foreground color of the status line (default 0)
  39. ;
  40. ;Statback:   The background color of the status line (default 7)
  41. ;
  42. ;Foreground: Specifies default foreground color (default 7)
  43. ;
  44. ;Background: Specifies default background color (default 0);
  45. ;
  46. ;Color1:     Tells doordriver to select ANSI graphics when a "1" is passed
  47. ;            in the graphics parameter of the DORINFOx.DEF. From what I
  48. ;            understand, FORCE and QUICKBBS require this option set although
  49. ;            RBBS should not.
  50. ;
  51. ;43Line:     The 43LINE option will instruct doordriver to load in the EGA
  52. ;            43-line mode. (You MUST have an EGA adapted for this option). The
  53. ;            enhanced screen allows the local sysop to see much more infor-
  54. ;            mation on the screen.
  55. ;
  56. ;25Exit:     The 25EXIT option will tell DoorDriver to switch back to the 25
  57. ;            line mode when doordriver is completed. This option is only
  58. ;            useful when the above 43LINE option is used. If 25EXIT is not
  59. ;            specified and 43LINE is, then doordriver will exit to DOS in
  60. ;            the 43-line mode.
  61. ;
  62. ;ReMapFore:  The REMAPFORE parameter allows you to "remap" doordrivers color.
  63. ;            This allows you to substitue in one color for another (i.e.
  64. ;            you could substitute in GREEN for all instances of BLUE). The
  65. ;            REMAPFORE parameter effects only the FOREGROUND color. The
  66. ;            REMAPBACK command below handles the background colors. When a
  67. ;            color is substituted, it effects both the LOCAL user and the
  68. ;            REMOTE user. REMAPFORE's syntax is below:
  69. ;
  70. ;                       Syntax:  REMAPFORE <color1> <color2>
  71. ;                      Example:  REMAPFORE 14 15
  72. ;
  73. ;            The <color> parameters are numeric codes for colors which are
  74. ;            listed on a table below. The example will substitue white
  75. ;            (color 15) in for yellow (color 14)
  76. ;
  77. ;                0 - Black   4 - Red       8 - DarkGray    12 - Lightred
  78. ;                1 - Blue    5 - Magenta   9 - LightBlue   13 - LightMagenta
  79. ;                2 - Green   6 - Brown    10 - LightGreen  14 - Yellow
  80. ;                3 - Cyan    7 - LgtGray  11 - LightCyan   15 - White
  81. ;
  82. ;RemapBack:  The Remapback command is similar to the remapfore command, but
  83. ;            it effects background colors instead of foreground colors. The
  84. ;            syntax is identical except that only colors 0-7 are available
  85. ;            for background.
  86. ;
  87. SYSOPFIRST SCOTT
  88. SYSOPLAST BAKER
  89. BBSNAME THE NOT-YET-NAMED BBS
  90. ;
  91. ;       ::::------- Put your bbs type here! Select from those listed above
  92. ;       ::::
  93. ;       \/\/
  94. BBSTYPE RBBS
  95. ;
  96. ;                   If you are using a bbs type that doesn't provide the com
  97. ;        ::-------- port num in it's door information file (such as pcb-12),
  98. ;        \/         then uncomment this line and put your com port here.
  99. ;COMPORT 1
  100. ;
  101. ;                   Uncomment this line if you are running a monochrome
  102. ;  ::-------------- system on the local side.
  103. ;  \/
  104. ;MONO
  105. ;QUIET
  106. STATUS ON
  107. STATFORE 0
  108. STATBACK 7
  109. FOREGROUND 7
  110. BACKGROUND 0
  111. ;                   Uncomment this if GW doesn't give color output to users
  112. ;  ::-------------- who have color (ansi) selected.
  113. ;  \/
  114. ;COLOR1
  115. ;
  116. ;43LINE
  117. ;25EXIT
  118. ;